Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Watch out for exception handling

We are able to gracefully support shutting down our 8.5.1 64 extension managers. In your case, you might take a hint from the back trace line that suggests a C exception handler was invoked.

We wrestled with exception handling a lot since the 64 bit compilation required us to use a very modern MSVC compiler that had changed the default settings for SEH (Structured Event Handling) -- we had to explicitly set /EHa.

C++ runtime parameter checking is on by default in newer MSVC dlls so we also had to set a flag to ensure that iterator problems would throw a catchable exception instead of crashing. (Our Extension Manager is written in C++). In this case, we wouldn't get any NSDs ... the Domino process just died and left an entry in the Application event log.

If you have solved this problem or learned more about its nature I'd be interested to hear about it.

Regards,
Ken Gartner/Permessa.


Feedback response number WEBB88LLKJ created by ~Helga Preresazen on 08/23/2010

Domino 64bit 8.5.1 Windows 2008 R2 ... (~Sean Nimreburo... 27.May.10)
. . Same problem (~Tony Chufreema... 17.Jun.10)
. . . . Getting Lotus Notes run as a servic... (~Zelda Dwogerom... 11.Nov.10)
. . Watch out for exception handling (~Helga Preresaz... 23.Aug.10)
. . IBM Anyone paying attention? Still... (~Sean Nimreburo... 29.Nov.10)
. . . . Did you try Ken's suggestion? (~Karl Minfookon... 30.Nov.10)
. . . . . . Still not working (~Sean Nimreburo... 28.Dec.10)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS